- Claudeers MCP Server
Claudeers MCP Server
search_tools
Find tools that fit a task or keyword. A ranked list of matches, each with its slug, summary, category, GitHub stars, maintenance health, community score, verified flag, and rating. Excludes archived and removed projects; demotes dormant ones.
Params: query (required), category (optional slug), limit (optional, ≤25)
get_tool
Full detail for one tool, by slug.
The tool's description, maintenance health, stars, license, rating, recent review highlights, and related tools drawn from the ecosystem graph — the signals to evaluate a candidate before adopting it.
Params: slug (required — from a search_tools result)
list_categories
The category taxonomy, with counts.
Every category that holds at least one public tool, with how many, most-populated first — so an agent can scope a search_tools call.
Params: none
Server Config
{
"mcpServers": {
"claudeers": {
"type": "http",
"url": "https://claudeers.com/api/mcp/mcp"
}
}
}